testing.chattyFlag.on (field)

9 uses

	testing (current package)
		example.go#L82: 	} else if chatty.on {
		example.go#L86: 	if chatty.on && chatty.json {
		run_example.go#L22: 	if chatty.on {
		testing.go#L526: 	on   bool // -v is set in some form
		testing.go#L537: 		f.on = true
		testing.go#L540: 		f.on = false
		testing.go#L550: 	if f.on {
		testing.go#L560: 	return f.on
		testing.go#L720: 	return chatty.on